Opc.Ua.Security.Certificates
FindExtension<T>(X509ExtensionCollection) Method



Opc.Ua.Security.Certificates Namespace > X509Extensions Class > FindExtension Method : FindExtension<T>(X509ExtensionCollection) Method
The type of the extension.
The extensions to search.
Find a typed extension in a extension collection.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function FindExtension(Of T As X509Extension)( _
   ByVal extensions As X509ExtensionCollection _
) As T
'Usage
 
Dim extensions As X509ExtensionCollection
Dim value As T
 
value = X509Extensions.FindExtension(Of T)(extensions)
[Extension()]
public static T FindExtension<T>( 
   X509ExtensionCollection extensions
)
where T: X509Extension
[Extension()]
public:
static T^ FindExtensiongeneric<typename T>
( 
   X509ExtensionCollection^ extensions
) 
where T: X509Extension

Parameters

extensions
The extensions to search.

Type Parameters

T
The type of the extension.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509Extensions Class
X509Extensions Members
Overload List